Search
CollectionBase(T, E) Constructor (CollectionBase(T, E))
See Also
 






Initializes a new instance of the CollectionBase class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public CollectionBase<T, E> (
    CollectionBase<T, E> prototype
)

Visual Basic  Copy Code

Public New (Of T, E) ( _
    prototype As CollectionBase(Of T, E) _
)

 Parameters

prototype

A CollectionBase object used as a prototype for this instance.

 See Also